Click or drag to resize

SipClientAuthenticationUsername Property

Gets or sets authentication user name. If is set then value of this property will be used instead of Username during authentication.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public string AuthenticationUsername { get; set; }

Property Value

Type: String
The authentication username.
See Also